バージョン

LatitudeMemberPath<TProperty>(Expression<Func<T,TProperty>>) メソッド

シリーズ モデル GeographicXYTriangulatingSeries.LatitudeMemberPath を設定します。
シンタックス
'宣言
 
Public Overloads Function LatitudeMemberPath(Of TProperty)( _
   ByVal expr As System.Linq.Expressions.Expression(Of Func(Of T,TProperty)) _
) As A
public A LatitudeMemberPath<TProperty>( 
   System.Linq.Expressions.Expression<Func<T,TProperty>> expr
)

パラメータ

expr
マッピングに使用するプロパティを表す式。

型パラメータ

TProperty
式のプロパティの返却型。

戻り値の型

自身
参照

オンラインで表示: GitHub